Web Design
27 CHAPTER Getting Started with HTML 2 Am I required to add the declaration to the page? Browsers will display your page without ...
28 Add Headings 3 Type . 4 Type text for the heading. 1 Open a Web page in your editor. 2 Place the cursor between the opening a ...
29 CHAPTER Getting Started with HTML 2 Does HTML provide for more than one level of heading? Yes. HTML actually contains six hea ...
30 Add Paragraphs 2 Type . 3 Type text. 1 Open the page to which you want to add text. Add Paragraphs A ny logical block of text ...
31 CHAPTER Getting Started with HTML 2 Can I control how much space appears between paragraphs? Yes. Cascading Style Sheets (CSS ...
32 Apply Logical Formatting 2 Before a word you want to make bold, type <strong>. 3 Type </strong> after the word. 1 ...
33 CHAPTER Getting Started with HTML 2 I have seen pages that use <b> for bold. What is the difference? The <strong> ...
34 Understanding URLs and File Paths Y our Web site is a collection of linked pages. You can have links on your pages that take ...
35 CHAPTER Getting Started with HTML 2 Folder Path When you link to any page other than the home page in a site, the host, domai ...
36 Link to Other Pages in Your Site 2 Before the text that will be linked, type <a href=”?”>, replacing ? with the path to ...
37 CHAPTER Getting Started with HTML 2 Can I change the appearance of the link? Yes. CSS can be used to alter the color of the l ...
38 Link to Pages on the Web 2 Before the text that you want to have linked, type , replacing ? with the absolute path to the sit ...
39 CHAPTER Getting Started with HTML 2 Can I really link to any other page on the Web? For the most part, yes. The Web was built ...
40 Link within a Page 2 Before the text you want to use as the link, type , replacing? with an identifier for the point on the p ...
41 CHAPTER Getting Started with HTML 2 What is the ID attribute? The ID attribute can be used to identify a particular element. ...
42 Link to an E-mail Address 2 Before the text that you want to have linked, type <a href=”mailto:?”>, replacing? with you ...
43 CHAPTER Getting Started with HTML 2 Linking to an e-mail address seems very easy, but I do not see this very much on the Web. ...
44 Link to Other Document Types 2 Before the text that you want to have linked, type , replacing ? with the absolute path to the ...
45 CHAPTER Getting Started with HTML 2 Can I control whether the browser asks my user to save the document instead of just openi ...
46 Show Tool Tips for Links 2 Click within an existing anchor tag, after the href=”?” but before the >. 1 Open a page that co ...
«
1
2
3
4
5
6
7
8
9
10
»
Free download pdf