Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html tutorial

<!DOCTYPE html> <!-- For the website to know what is this type of file -->

<html lang="en">
  
  <head>
    <title>Example Of HTML</title>
    
    <style>
      p {
        background-color: black;
        color: white;
      }
    </style>
  </head>
  
  <body>
    <p>This is an example of a website</p>
    <button>yea, Its my first learning!</button>
    <button>no, i already leaned</button>
  </body>
  
</html>
Comment

html tutorial

<h1>Hello world!</h1>
Comment

PREVIOUS NEXT
Code Example
Html :: image carousel output 
Html :: . and # in html 
Html :: html <sub 
Html :: leave youtube comment with timestamp 
Html :: change text color in bootstrap 
Html :: how to use h1 tag 
Html :: tailwind cards 
Html :: 503 service unavailable error 
Html :: badge 
Html :: To use <s:select tag inside a <td for a proper dropdown use theme="simple" 
Html :: footer html stack overflow 
Html :: html multi like tag indentation convention 
Html :: how to fix pendrive eject problem kali linux 
Html :: func.apply is not a function at HTMLUnknownElement.callCallback 
Html :: favicon text/html / Redirect uses bandwith 
Html :: django html 3.2.4 background image not working 
Html :: Procent in html 
Html :: app:lintVitalRelease output fir 
Html :: html make a clickable link 
Html :: 12,3 x 4,8 
Html :: how to add extra line in html 
Html :: cara mengatur ukuran gambar navbar-brand 
Html :: column label and input 
Html :: typo3 news search form params lost pagination 
Html :: gold color hash code 
Html :: html inframe map 
Html :: html barcode scanner 
Html :: how to put a vertical word on the left of a table in html 
Html :: upwork 
Html :: href root folder html 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =