Physical Address
Godawari 2 Attariya Kailali
Physical Address
Godawari 2 Attariya Kailali
Creating style specifically(Link to style sheets for Ipads) for iPad tablets, iPhones, and Phones based on the Android operating system requires specialized coding. We cannot simply specify the handheld media type when you link to your CSS as described in…
We can link to several style sheets in your HTML file and specify that different style sheets be applied for different media using the media attribute. For example, one style sheet could be applied when the document is displayed on…
We can apply an id attribute to an HTML tag on your page to give it a unique identifier. We can then apply a style to that HTML tag using a special CSS selector for that tag. Using the id…
We can create a CSS rule that applies the style to an HTML tag. For Example, if you want all the paragraphs on your page to have text in the Arial font face with a size of 14 points, you…
We can apply a style to a single instance of the tag in your file using an HTML attribute. The Style attribute enables you to apply a style rule to a tag without having to define the rule separately in…
We can Link to a Style Sheet to an external style sheet to assign a set of formatting rules to our HTML5 File. We use the <link> tag to specify the filename and location of the style sheet. We can…
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…