HTML tutorials

*HTML 00 tutorials 

*h01 HTML Introduction   <!DOCTYPE> <html> <head> <title> <body> <h1> <p> <br>

*h02 HTML Editors VS Code

*h03 HTML Basic Tags <h1>-<h6> <p> <br> <center> <hr> <pre> &nbsp;

*h04 HTML Elements  opening/closing tag, content, element, nested element, empty element, case-insensitive

 

*h05 HTML Attributes name="value", id, title, class, style, dir, lang, align, bgcolor, width, height,

*h06 HTML Formatting <b> <i> <u> <strike> <tt> <sup> <sub> <ins> <del> <big> <small> <div> <span>

*h07 HTML Headings <h1>-<h6> <style> CSS

*h08 HTML Paragraphs <p> <br> <ul> <li> <em> <strong> <a> <span> <img> <sup> <sub> <abbr> <cite> <style>

*h09 HTML Quotations <q> <blockquote> <cite> <address> <bdo>

*h10 HTML Comments <!--...-->

*h11 HTML Phrase Tags <em> <mark> <strong> <abbr> <bdo> <dfn> <blockquote> <q> <cite> <code> <kbd> <samp> <address>

 

*h12 HTML Meta Tags name, content, scheme, http-equiv="refresh", name="keywords", "description", "revised", http-equiv="cookie", "author", http-equiv="Conten-Type",

*h13 HTML Style Sheet <font> , External, Internal, Inline, <link rel="stylesheet"  type="text/css"  href="*.css">

*h14 HTML CSS Classes External, Internal, javascript, form styling

*h15 HTML CSS IDs id, CSS ID #,  javascript

*h16 HTML Images <img src="" alt="" width="", height="" border="" align="" />

 

*h17 HTML Tables <table> <tr> <td> <th>

*h18 HTML Lists   <ul> <li> <ol> <dl> <dt> <dd>

*h19 HTML Text Links <a href="" target=""> link, alink, vlink,

*h20 HTML Backgrounds  background-color  background-image

*h21 HTML Colors color names, #FFFFFF, rgb()

 

*h22 HTML Forms <form action="" target="" method=""> <label> <input type="text" name="" required> <legend> <select> <button> <fieldset> <datalist> <output> <option> <optgroup> <textarea>

*h23 HTML Form Attributes    action, method, target, autocomplete, enctype, novalidate

*h24 HTML Form Control <input type="text" password checkbox radio file submit reset button image hidden date month week time number range email url > <textarea> <select> <option>

*h25 HTML Input Attributes name value type size maxlength readonly disabled min max accept multiple placeholder required autofocus list

 

*h26 HTML Head Element <title> <meta> <link>  <style> <script> <noscript> <base>

*h27 HTML Adding Favicon <link rel = "icon" type = "image/png" href = "logo2.png">

*h28 HTML Javascript external, internal,  <script src="script.js" type="text/JavaScript" />

*h29 HTML Layouts <table> <div>

h30 HTML Layout Elements <header> <nav> <section> <footer> <aside> <article>

h31 HTML Layout using CSS 

*h32 Most commonly used tags in HTML

 

REF

https://www.runoob.com/tags/html-reference.html

https://www.tutorialspoint.com/html/index.htm

Resources

posted @ 2024-05-13 17:22  emanlee  阅读(56)  评论(0编辑  收藏  举报