Search
 
SCRIPT & CODE EXAMPLE
 

HTML

which tag to use

    # Is it a meaningful area of the page?
    	Use an HTML5 block element like <header> or <footer>.
        
    # Does it label the start of a new section?
    	Use a heading (with the right level) like <h2> or <h3>
    
    # Does it navigate to a new page?
    	Use an <a href="/page">
        
    # Does it trigger JS behaviour?
    	Use a <button>
        
    # Does it allow user input?
    	Use a <form> containing <input>s (with <label>s!)
        
    # Is it just for applying some layout/styles?
    	Use something like <div class="grid"> or <span class="big-text">
Comment

html tag

<html></html>
Comment

PREVIOUS NEXT
Code Example
Html :: selectize add properties to item from html 
Html :: onclick mailto inline 
Html :: how to make my html website resize a iphone 
Html :: metas that we use often in our html page 
Html :: virtual pet comp 105 code 
Html :: html header to word docx 
Html :: <!DOCTYPE html <html <head <titlePage Title</title </head <body <h1This is a Heading</h1 <pThis is a paragraph.</p </body </html 
Html :: create a portfolio website with html css 
Html :: align more checkbox in a table cell 
Html :: how to add checkbox in table html 
Html :: HTML Computer Code Elements 
Html :: attribute meaning 
Html :: =rept sheet 
Html :: easyui how to make panel collapsible 
Html :: how to extract img tag in cherio 
Html :: <meta name="theme-color" content="#9d4edd" 
Html :: letters beside an input 
Html :: image add link to another page 
Html :: a pint of sap from a 4000 year old bristlecone pine 
Html :: paragraphe en html 
Html :: lightning-textarea size 
Html :: bootstrap 4 label label-success 
Html :: top js graphql clients 
Html :: readium github 
Html :: barra di scorrimento orizzontale html 
Html :: how to put more than one javascript function in an html tag 
Html :: html select subselect 
Html :: construindo html amp 
Html :: bootstrap hide show toggle collapse 
Html :: input telefono html 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =