Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html basic

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>
Comment

basico html

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Minha página de teste</title>
  </head>
  <body>
    <img src="imagens/firefox-icon.png" alt="minha página de teste">
  </body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: href phone number 
Html :: html fax 
Html :: check button html 
Html :: meta http-equiv x-ua-compatible 
Html :: how to color div html 
Html :: how to justify text in html 
Html :: bootstrap row overflow 
Html :: calculator in html 
Html :: how to use select2 
Html :: salesforce aura toggle input 
Html :: html placeholder multiple lines 
Html :: input text expand to fit content 
Html :: how to clear radio button input when someone types in an input field 
Html :: tailwind flex column on mobile 
Html :: yii2 csrf custom form 
Html :: how to apply color to bootstrap icons 
Html :: html radio label clickable 
Html :: placeholder in input field MVC 
Html :: autocomplete not working in html 
Html :: bluetooth headphones cutting out 
Html :: types of passwords html 
Html :: autocomplete off input 
Html :: open image in new tab html 
Html :: fixed size body html 
Html :: how to set logo on site tab 
Html :: bootstrap modal remove gray background 
Html :: html video on end 
Html :: tailwind rotate 180 
Html :: bootstrap hamburger menu 
Html :: inline vuetify 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =