current location:Home>Technical Articles>Web Front-end>HTML Tutorial

  • Attributes of link tag in html
    Attributes of link tag in html
    The attributes of the Link tag in HTML are used to link external resources and have the following main attributes: href: Specify the URL of the linked resource rel: Define the relationship between the link and the current page type: Specify the MIME type of the linked resource media: Specify which media types are applicable sizes: Specify the size of the icon on different devices crossOrigin: Specify whether to allow cross-domain requests
    HTML Tutorial 893 2024-04-27 19:24:58
  • How to use div tag in html
    How to use div tag in html
    The div tag is a block-level element used to create a block or area that can contain other elements. It has uses to create containers, group content, apply styles, create layouts, and provide semantics. Examples include using divs to create containers for titles and body text. Best practices include organizing relevant content, using meaningful ID or Class attributes, avoiding excessive nesting, and prioritizing semantic elements.
    HTML Tutorial 768 2024-04-27 19:19:26
  • How to use link in html
    How to use link in html
    In HTML, the element creates a link that connects an external resource (such as a CSS file or icon) to an HTML document. Its usage includes: connecting CSS files, loading style sheets to beautify documents. Associated icons, displayed in browser tabs and favorites. Load other external resources, such as JavaScript files or XML data.
    HTML Tutorial 792 2024-04-27 19:04:10
  • How to set date in html
    How to set date in html
    Method of setting date in HTML: Date input box: , allowing users to directly enter the date. Calendar pop-up box: , the user can click on the pop-up calendar to select a date. JavaScript: Use the Date() object to dynamically get and set dates.
    HTML Tutorial 1052 2024-04-27 19:01:49
  • attributes of table in html
    attributes of table in html
    HTML table properties can define the layout, content, cells and style of the table: 1. Layout properties (border thickness, intra-cell spacing, cell spacing); 2. Content properties (horizontal alignment of table text, vertical alignment of table text, table Summary); 3. Cell properties (width, height, number of rows and columns of merged cells); 4. Style properties (inline styles, CSS classes); 5. Other properties (purpose, short description, unique identifier ).
    HTML Tutorial 297 2024-04-27 19:00:45
  • How to use link tag in html
    How to use link tag in html
    The link tag in HTML is used to link to external resources, such as CSS files, icons, and fonts. The syntax is , where rel specifies the type and href specifies the resource URL. Common types include stylesheet (CSS), icon (Favicon), font-face (font), preconnect (pre-connection), prefect (prefetch resources).
    HTML Tutorial 911 2024-04-27 18:52:33
  • How to use li in html
    How to use li in html
    The li element is an element in HTML that defines a single list item in an unordered or ordered list. It is typically used with ul (unordered list) or ol (ordered list) elements and can also be nested within other li elements to create nested lists. It has no specific properties but inherits the properties of all common HTML elements. CSS styles let you modify the appearance of list items, such as font, size, color, borders, and padding.
    HTML Tutorial 554 2024-04-27 18:48:48
  • How to use a tag in html
    How to use a tag in html
    The a tag in HTML is used to create a hyperlink, and the syntax is link text. Common attributes include: 1. href: specifies the target address; 2. target: specifies the window or frame to open; 3. title: provides tool tip text; 4. rel: specifies the relationship with the current web page; 5. id: sets a unique identifier . Best practices include using meaningful link text, using target="_blank" in external links, adding a title attribute, and ensuring the hyperlink is accessible.
    HTML Tutorial 308 2024-04-27 18:43:49
  • How to change the table border into a line in html
    How to change the table border into a line in html
    To set the HTML table border to a line, you can use two methods: set the border attribute through CSS, or use the HTML border="1" attribute to set the borders of all table cells to 1 pixel wide at the same time.
    HTML Tutorial 1097 2024-04-27 18:40:47
  • The role of html basic tags
    The role of html basic tags
    HTML tags are special elements that define the structure and content of web pages. Their functions are as follows: (1) Structured tags define the structure of the entire document, metadata, and visible content. (2) Text formatting tags are used to create titles, paragraphs, bold text and insert line breaks. (3) Link tags create hyperlinks to other pages. (4) Insert the image into the picture tag. (5) List tags create unordered and ordered lists. (6) Table tag creates a table and specifies rows, headers and data cells. (7) Frame tags are embedded in other web pages or applications. (8) Other tags provide metadata, page title, styles and JavaScript code.
    HTML Tutorial 976 2024-04-22 12:18:17
  • Which html tags do not need to be closed?
    Which html tags do not need to be closed?
    There are 14 HTML tags that do not need to be closed: tags without content:
    ,
    , , , , , Tags that only contain text: <base>, <command>, <keygen>, <param>Special tags: <!DOCTYPE>, <html>, <head>, <body> </dd> <dd class="cont3"> <span><i class="lab"></i><a class="aRed">HTML Tutorial</a></span> <span><i class="eye"></i>1195</span> <span><i class="time"></i>2024-04-22 12:03:15</span> </dd> <div class="clear"></div> </dl></li> <li><a href="//m.sbmmt.com/faq/758641.html" class="img_box" title=""><img src="https://img.php.cn/upload/article/202404/22/2024042212002873342.jpg?x-oss-process=image/resize,m_fill,h_100,w_220" alt="What are the public attributes of html tags?" onerror="this.onerror='';this.src='/static/images/moren/morentu.png'"></a> <dl> <dt class="lineOverflow"> <a href="//m.sbmmt.com/faq/758641.html" class="aBlack" title="What are the public attributes of html tags?">What are the public attributes of html tags?</a> </dt> <dd class="cont1 lineTwoOverflow"> HTML public attributes are applicable to all HTML elements and are used to set basic properties, including: setting unique identifier (id) setting class name (class) setting prompt text (title) inline setting style (style) setting language code (lang) setting Set the writing direction (dir), set the tab key index (tabindex), set the shortcut key (accesskey), hide the element (hidden), and allow users to edit the content (contenteditable) </dd> <dd class="cont3"> <span><i class="lab"></i><a class="aRed">HTML Tutorial</a></span> <span><i class="eye"></i>1073</span> <span><i class="time"></i>2024-04-22 12:00:26</span> </dd> <div class="clear"></div> </dl></li> <li><a href="//m.sbmmt.com/faq/758634.html" class="img_box" title=""><img src="https://img.php.cn/upload/article/202404/22/2024042211571873505.jpg?x-oss-process=image/resize,m_fill,h_100,w_220" alt="What attributes do html tags have?" onerror="this.onerror='';this.src='/static/images/moren/morentu.png'"></a> <dl> <dt class="lineOverflow"> <a href="//m.sbmmt.com/faq/758634.html" class="aBlack" title="What attributes do html tags have?">What attributes do html tags have?</a> </dt> <dd class="cont1 lineTwoOverflow"> HTML attributes are a tool for providing additional information to an HTML element, using attribute name and value pairs. Common attributes include ID (identify element), class (group elements), style (set element style), SRC (link resource), ALT (image alternative text), title (tooltip text), HREF (hyperlink destination) . Property values can be strings, numbers, booleans, or enumerations. The order of property priority is CSS, inline style, and default element style. </dd> <dd class="cont3"> <span><i class="lab"></i><a class="aRed">HTML Tutorial</a></span> <span><i class="eye"></i>341</span> <span><i class="time"></i>2024-04-22 11:57:15</span> </dd> <div class="clear"></div> </dl></li> <li><a href="//m.sbmmt.com/faq/758630.html" class="img_box" title=""><img src="https://img.php.cn/upload/article/202404/22/2024042211542029501.jpg?x-oss-process=image/resize,m_fill,h_100,w_220" alt="What are the common characteristics of html tags" onerror="this.onerror='';this.src='/static/images/moren/morentu.png'"></a> <dl> <dt class="lineOverflow"> <a href="//m.sbmmt.com/faq/758630.html" class="aBlack" title="What are the common characteristics of html tags">What are the common characteristics of html tags</a> </dt> <dd class="cont1 lineTwoOverflow"> HTML tags are a set of tags used to define Web page elements and have several common characteristics: The tag name identifies the tag type (for example, <p> for a paragraph). Attributes provide more information about the tag (for example, <p style="color: red;">). Attribute values must be enclosed in quotes. Tags can be nested within other tags. Most HTML tags appear in pairs and have a closing tag (for example, </p>). Browser support for tags varies from tag to tag. </dd> <dd class="cont3"> <span><i class="lab"></i><a class="aRed">HTML Tutorial</a></span> <span><i class="eye"></i>858</span> <span><i class="time"></i>2024-04-22 11:54:17</span> </dd> <div class="clear"></div> </dl></li> <li><a href="//m.sbmmt.com/faq/758625.html" class="img_box" title=""><img src="https://img.php.cn/upload/article/202404/22/2024042211511973851.jpg?x-oss-process=image/resize,m_fill,h_100,w_220" alt="Common html tags and their functions" onerror="this.onerror='';this.src='/static/images/moren/morentu.png'"></a> <dl> <dt class="lineOverflow"> <a href="//m.sbmmt.com/faq/758625.html" class="aBlack" title="Common html tags and their functions">Common html tags and their functions</a> </dt> <dd class="cont1 lineTwoOverflow"> Common HTML tags include structure tags (used to define web page content), text tags (used to format text), link tags (used to create hyperlinks), image tags, form tags, media tags, table tags and other tags ( such as universal containers and preformatted text blocks). Together, these tags are used to build a website, define page layout, control text appearance, and add interactive elements. </dd> <dd class="cont3"> <span><i class="lab"></i><a class="aRed">HTML Tutorial</a></span> <span><i class="eye"></i>754</span> <span><i class="time"></i>2024-04-22 11:51:16</span> </dd> <div class="clear"></div> </dl></li> </ul> <!-- 页码 --> <div class="mngfPage layui-row diy-page"> <ul class="page"> <a href="//m.sbmmt.com/div-tutorial.html?p=5">Previous</a> <a href="//m.sbmmt.com/div-tutorial.html?p=1">1</a> <a href="//m.sbmmt.com/div-tutorial.html?p=2">2</a> <a href="//m.sbmmt.com/div-tutorial.html?p=3">3</a> <a href="//m.sbmmt.com/div-tutorial.html?p=4">4</a> <a href="//m.sbmmt.com/div-tutorial.html?p=5">5</a> <a href="javascript:;" class="active">6</a> <a href="//m.sbmmt.com/div-tutorial.html?p=7">7</a> <a href="//m.sbmmt.com/div-tutorial.html?p=8">8</a> <a href="javascript:;" class="disabled_page">...</a> <a href="//m.sbmmt.com/div-tutorial.html?p=99">99</a> <a href="//m.sbmmt.com/div-tutorial.html?p=100">100</a> <a href="//m.sbmmt.com/div-tutorial.html?p=7">Next</a> </ul> </div> </div> </div> <div class="pullRight" style="width:320px;margin-top: 30px;"> <!-- <div class="communityBlock bgWhite mb30 br12 box-sizing">--> <!-- <script type="text/javascript" src="https://sw.php.cn/hezuo/7d4897500e1f8454c8cecc43e5d92949.html?yimen" ></script>--> <!-- </div>--> <div class="overflowHidden j-slideTxtBox2 mb30" style="width: 100%;background:#fff;border-radius: 12px;"> <!-- 文章列表 --> <div class="titleTheme mb20" style="margin-top: 20px;margin-left: 15px;"> <div> <h2><i class="titleIcon"></i>Recommended Articles</h2> </div> </div> <div class="articleList"> <div class="articleListContentBox"> <div class="hotNewsBanner2 mb20 br5"> <a href="//m.sbmmt.com/faq/1796575032.html" title="" class="img_box" style="height: 160px;"><img src="https://img.php.cn/upload/article/001/253/068/172403334622877.jpg" alt="What is the address of Bybit's official website? What cryptocurrencies can be traded on Bybit's official website?"><p>What is the address of Bybit's official website? What cryptocurrencies can be traded on Bybit's official website?</p></a> </div> <ul class="relatedList"> <li><a href="//m.sbmmt.com/faq/1796577626.html" title=""><p class="lineOverflow">Dogecoin (DOGE) Price Poised for 513% Surge: Meme Coin Analyst Highlights These Key Bullish Indicators</p></a> <div class="cont2"> <span><i class="view"></i>32</span> <span><i class="time"></i>2024-08-20</span> </div></li> <li><a href="//m.sbmmt.com/faq/1796580652.html" title=""><p class="lineOverflow">Cardano (ADA) Chang Hard Fork Officially Scheduled for August 27th</p></a> <div class="cont2"> <span><i class="view"></i>31</span> <span><i class="time"></i>2024-08-22</span> </div></li> <li><a href="//m.sbmmt.com/faq/1796577276.html" title=""><p class="lineOverflow">What trading platform is AscendEX?</p></a> <div class="cont2"> <span><i class="view"></i>34</span> <span><i class="time"></i>2024-08-20</span> </div></li> <li><a href="//m.sbmmt.com/faq/668289.html" title=""><p class="lineOverflow">IntelliJ IDEA + JDK 21 java.util.concurrent package problem - TimeUnit class is not available</p></a> <div class="cont2"> <span><i class="view"></i>341</span> <span><i class="time"></i>2024-02-06</span> </div></li> <li><a href="//m.sbmmt.com/faq/685479.html" title=""><p class="lineOverflow">Unable to resolve method - Intellij</p></a> <div class="cont2"> <span><i class="view"></i>110</span> <span><i class="time"></i>2024-02-22</span> </div></li> <li><a href="//m.sbmmt.com/faq/674648.html" title=""><p class="lineOverflow">Problem with postgreSQL, trying to connect PySpark on Jupyter Notebook on Docker</p></a> <div class="cont2"> <span><i class="view"></i>161</span> <span><i class="time"></i>2024-02-11</span> </div></li> <li><a href="//m.sbmmt.com/faq/672105.html" title=""><p class="lineOverflow">How to add image to html page using Thymeleaf?</p></a> <div class="cont2"> <span><i class="view"></i>135</span> <span><i class="time"></i>2024-02-09</span> </div></li> <li><a href="//m.sbmmt.com/faq/674658.html" title=""><p class="lineOverflow">Why does SOAP service (jax-ws) stop after some time and throw WebServiceTransportException: Unauthorized ] on Linux operating system?</p></a> <div class="cont2"> <span><i class="view"></i>109</span> <span><i class="time"></i>2024-02-11</span> </div></li> <li><a href="//m.sbmmt.com/faq/685513.html" title=""><p class="lineOverflow">Exception in thread 'JavaFX Application Thread' java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver</p></a> <div class="cont2"> <span><i class="view"></i>115</span> <span><i class="time"></i>2024-02-22</span> </div></li> </ul> </div> </div> </div> <div class="curricularTaxonomy mb30" style="width: 100%;height: 315px;background:#fff;border-radius: 12px;padding-top: 1px;"> <div class="titleTheme" style="margin-top: 20px;margin-left: 15px;"> <div> <h2><i class="titleIcon"></i>Course Classification</h2> </div> </div> <div style="margin-top:20px;"> <ul class="clearfix"> <li><a href="//m.sbmmt.com/course/list/1.html" target="_blank" title="Big front end" class="lineOverflow">Big front end</a></li> <li><a href="//m.sbmmt.com/course/list/3.html" target="_blank" title="Backend Development" class="lineOverflow">Backend Development</a></li> <li><a href="//m.sbmmt.com/course/list/4.html" target="_blank" title="database" class="lineOverflow">database</a></li> <li><a href="//m.sbmmt.com/course/list/5.html" target="_blank" title="Mobile terminal" class="lineOverflow">Mobile terminal</a></li> <li><a href="//m.sbmmt.com/course/list/9.html" target="_blank" title="Operation and maintenance development" class="lineOverflow">Operation and maintenance development</a></li> <li><a href="//m.sbmmt.com/course/list/7.html" target="_blank" title="UI design" class="lineOverflow">UI design</a></li> <li><a href="//m.sbmmt.com/course/list/10.html" target="_blank" title="Computer Basics" class="lineOverflow">Computer Basics</a></li> </ul> </div> </div> <!-- Learning Path --> </div> </div> <!-- 工具推荐 --> <div class="listBlockHot "> <div class="titleTheme mb30"> <div> <h2><i></i>Tool Recommendations</h2> </div> </div> <div class="listSwiperBox"> <div class="swiper mySwiper"> <div class="swiper-wrapper"> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/js/8071"><img src="https://img.php.cn/upload/jscode/000/000/013/170921521366500.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="jQuery enterprise message form contact code" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/js/8071">jQuery enterprise message form contact code</a></h3> <div class="describe lineTwoOverflow"> jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/js/form" target="_blank">form button</a> <div class="time"> <i></i> <span>2024-02-29</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/js/8070"><img src="https://img.php.cn/upload/jscode/000/000/008/170921520395105.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="HTML5 MP3 music box playback effects" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/js/8070">HTML5 MP3 music box playback effects</a></h3> <div class="describe lineTwoOverflow"> HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/js/bofangqi" target="_blank">Player special effects</a> <div class="time"> <i></i> <span>2024-02-29</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/js/8069"><img src="https://img.php.cn/upload/jscode/000/000/001/170921340379826.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="HTML5 cool particle animation navigation menu special effects" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/js/8069">HTML5 cool particle animation navigation menu special effects</a></h3> <div class="describe lineTwoOverflow"> HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/js/nav" target="_blank">Menu navigation</a> <div class="time"> <i></i> <span>2024-02-29</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/js/8068"><img src="https://img.php.cn/upload/jscode/000/000/001/170920620397078.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="jQuery visual form drag and drop editing code" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/js/8068">jQuery visual form drag and drop editing code</a></h3> <div class="describe lineTwoOverflow"> jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/js/form" target="_blank">form button</a> <div class="time"> <i></i> <span>2024-02-29</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/code/7647"><img src="https://img.php.cn/upload/webcode/000/000/164/63dcbd110bea5944.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Organic fruit and vegetable supplier web template Bootstrap5" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/code/7647">Organic fruit and vegetable supplier web template Bootstrap5</a></h3> <div class="describe lineTwoOverflow"> An organic fruit and vegetable supplier web template-Bootstrap5 </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/code/bootstrap" target="_blank">Bootstrap template</a> <div class="time"> <i></i> <span>2023-02-03</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/code/7646"><img src="https://img.php.cn/upload/webcode/000/287/557/63dba386f1a88348.png?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Bootstrap3 multifunctional data information background management responsive web page template-Novus" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/code/7646">Bootstrap3 multifunctional data information background management responsive web page template-Novus</a></h3> <div class="describe lineTwoOverflow"> Bootstrap3 multifunctional data information background management responsive web page template-Novus </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/code/houduan" target="_blank">backend template</a> <div class="time"> <i></i> <span>2023-02-02</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/code/7645"><img src="https://img.php.cn/upload/webcode/000/000/164/63db831b1cc15260.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Real estate resource service platform web page template Bootstrap5" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/code/7645">Real estate resource service platform web page template Bootstrap5</a></h3> <div class="describe lineTwoOverflow"> Real estate resource service platform web page template Bootstrap5 </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/code/bootstrap" target="_blank">Bootstrap template</a> <div class="time"> <i></i> <span>2023-02-02</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/code/7644"><img src="https://img.php.cn/upload/webcode/000/000/164/63db81de0c865397.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Simple resume information web template Bootstrap4" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/code/7644">Simple resume information web template Bootstrap4</a></h3> <div class="describe lineTwoOverflow"> Simple resume information web template Bootstrap4 </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/code/bootstrap" target="_blank">Bootstrap template</a> <div class="time"> <i></i> <span>2023-02-02</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/sucai/3078"><img src="https://img.php.cn/upload/webpage/000/000/012/170919180346230.png?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Cute summer elements vector material (EPS PNG)" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/sucai/3078">Cute summer elements vector material (EPS PNG)</a></h3> <div class="describe lineTwoOverflow"> This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/sucai/PNG" target="_blank">PNG material</a> <div class="time"> <i></i> <span>2024-05-09</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/sucai/3077"><img src="https://img.php.cn/upload/webpage/000/000/004/170919000435381.png?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Four red 2023 graduation badges vector material (AI EPS PNG)" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/sucai/3077">Four red 2023 graduation badges vector material (AI EPS PNG)</a></h3> <div class="describe lineTwoOverflow"> This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/sucai/PNG" target="_blank">PNG material</a> <div class="time"> <i></i> <span>2024-02-29</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/sucai/3076"><img src="https://img.php.cn/upload/webpage/000/000/015/170917411676735.png?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Singing bird and cart filled with flowers design spring banner vector material (AI EPS)" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/sucai/3076">Singing bird and cart filled with flowers design spring banner vector material (AI EPS)</a></h3> <div class="describe lineTwoOverflow"> This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/sucai/banner" target="_blank">banner picture</a> <div class="time"> <i></i> <span>2024-02-29</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/sucai/3075"><img src="https://img.php.cn/upload/webpage/000/000/011/170904421170803.png?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Golden graduation cap vector material (EPS PNG)" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/sucai/3075">Golden graduation cap vector material (EPS PNG)</a></h3> <div class="describe lineTwoOverflow"> This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/sucai/PNG" target="_blank">PNG material</a> <div class="time"> <i></i> <span>2024-02-27</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/code/8328"><img src="https://img.php.cn/upload/webcode/000/000/009/170921160869278.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Home Decor Cleaning and Repair Service Company Website Template" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/code/8328">Home Decor Cleaning and Repair Service Company Website Template</a></h3> <div class="describe lineTwoOverflow"> Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/code/qianduan" target="_blank">Front-end template</a> <div class="time"> <i></i> <span>2024-05-09</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/code/8327"><img src="https://img.php.cn/upload/webcode/000/000/016/170917200266497.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Fresh color personal resume guide page template" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/code/8327">Fresh color personal resume guide page template</a></h3> <div class="describe lineTwoOverflow"> Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/code/qianduan" target="_blank">Front-end template</a> <div class="time"> <i></i> <span>2024-02-29</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/code/8326"><img src="https://img.php.cn/upload/webcode/000/000/013/170913241027274.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Designer Creative Job Resume Web Template" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/code/8326">Designer Creative Job Resume Web Template</a></h3> <div class="describe lineTwoOverflow"> Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/code/qianduan" target="_blank">Front-end template</a> <div class="time"> <i></i> <span>2024-02-28</span> </div> </div> </div> </div> <div class="swiper-slide swiper-no-swiping"> <div class="listSwiperImg"> <a href="//m.sbmmt.com/xiazai/code/8325"><img src="https://img.php.cn/upload/webcode/000/000/018/170910930635849.jpg?x-oss-process=image/resize,m_fill,h_140,w_190" alt="Modern engineering construction company website template" srcset=""></a> </div> <div class="listSwiperContent"> <h3 class="title lineOverflow"><a href="//m.sbmmt.com/xiazai/code/8325">Modern engineering construction company website template</a></h3> <div class="describe lineTwoOverflow"> The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly. </div> <div class="subBlock clearfix"> <a class="tag" href="//m.sbmmt.com/xiazai/code/qianduan" target="_blank">Front-end template</a> <div class="time"> <i></i> <span>2024-02-28</span> </div> </div> </div> </div> </div> <div class="swiper-button-next"> <img src="//m.sbmmt.com/static/go/image/icon4.png" alt=""> </div> <div class="swiper-button-prev swiper-button-disabled"> <img src="//m.sbmmt.com/static/go/image/icon3.png" alt=""> </div> </div> </div> </div> </div> <!-- footer --> <div class="phpFoot"> <div class="phpFootIn"> <div class="phpFootCont"> <div class="phpFootLeft"> <dl> <dt> <a href="//m.sbmmt.com/about/us.html" rel="nofollow" target="_blank" title="About us" class="cBlack">About us</a> <a href="//m.sbmmt.com/about/disclaimer.html" rel="nofollow" target="_blank" title="Disclaimer" class="cBlack">Disclaimer</a> <a href="//m.sbmmt.com/update/article_0_1.html" target="_blank" title="Sitemap" class="cBlack">Sitemap</a> <div class="clear"></div> </dt> <dd class="cont1"> php.cn:Public welfare online PHP training,Help PHP learners grow quickly! </dd> </dl> </div> </div> </div> </div> <input type="hidden" id="verifycode" value="/captcha.html"> </body> </html>