Physical Address
Godawari 2 Attariya Kailali
Physical Address
Godawari 2 Attariya Kailali
Welcome to Codingthai Learn HTML5. Here are all tag of HTML5 from firt to last.
If you’re eager to start coding and want to dive into the essentials in a few weeks, this guide is for you. With technology moving fast, knowing a few key programming languages can unlock new career doors and skill sets.…
We can Create an Image Labelthat appears whenever the user positions the mouse pointer over a particular image on a web page. We can use labels to offer detailed information about the image. Labels work differently from alternative text. Alternative…
For user who has images turned off in their browsers, you can add alternative text that identifies the image on your page. Alternative text, sometimes called placeholder text, can describe what appears in an image and is an important addition…
If your image appears too big or too small on a web page, you can use HTML coding to change the size with image attributes(Specify an Image Size). We can set the width and height of an image in pixels…
We can Insert an image into your web pages to increase visual interest or illustrate a topic using HTML5. For example, add a photograph of a product or a company logo to a business’s web page. HTML enables you to…
We can use HTML code to insert special characters into your web page text. Special characters are that do not usually appear on your keyboard. The code used to insert special characters is called entities. Entities consist of numbers are…
We can use a definition list in your document to define content in the format of a glossary or dictionary. Typically items in a definition list come in pairs with the first element being the term to be defined and…
We can use a nested list to add a list with a list to your web page. A nested list enables you to display listed text at a different level within the list hierarchy, such as when you are displaying…
We can add a bulleted list to your document to set a list of items apart from the rest of the page of text. We can use this tag also called an unordered list when we do not need to…
We can use the numbered list on your web page to display all kinds of order lists for example you can use a number list to show steps to prioritize items. We can create a number list by inserting <ol>…