Latest Post:
Loading...
HTML 5

Marquee and image tag in HTML

Marquee tag The  <marquee>  tag is a container tag of HTML that is implemented for creating scrolla…

CSS code template

<!DOCTYPE html > <html lang = "en" > <head> <title> CSS Website Layout …

Form In HTML

Forms in HTML: HTML forms is used to collect the information from the user visiting the website. <form&g…

HTML Tables

HTML Table In html <table> tag is used to define a table. Table is created to store data. <tr>, &…

Read More
That is All