WHAT?
HTML stands for Hyper-text Mark-Up Language. HTML or Hyper-text Mark-up Language is a globally accepted programming language for formatting web pages. In today's world, it is commonly used along with JavaScript and Cascading Style Sheets (CSS) to give web pages the look and feel we desire. Through HTML, the look and appearance of images, links, headings, text, page layout and just about every element of a web page can be formatted. While there are other globally-recognized web programming languages and tools like content management systems today, HTML continues to be the predominant programming language for creating web pages. It is also the most optimal for most small and growing businesses that do not really need advanced functionality on their website. Below are some of the advantages of using HTML while creating your website.
We learned how to make a table by using simple html code and how to insert a non-moving picture and moving picture.
INPUT TYPES OF HTML:
INPUT TYPE | EXAMPLE | CODING |
COLOUR | Select your favorite color: | <#input type="color" name="favcolor"> |
DATE | Birthday: | <#input type="date" name="bday"> |
<#input type="email" name="email"> | ||
Month | Birthday (month and year): | <#input type="month" name="bdaymonth"> |
Number | Quantity (between 1 and 5): | <#input type="number" name="quantity" min="1" max="5"> |
No comments:
Post a Comment