Webpend
Webpend
❖ Adding a webpage:
❖Step 1: if you create an empty webpage, should select blank
page, should select html.
❖Step 2: Now click create button in new document dialog.
❖Step 3: now you can design your page as per your
requirement. in the example we just set title webpage, add a
heading and some text in body of the page, which shown as
follows:
❖ Step 4: Now, to add this webpage to your website. You save
webpage in your websites folder. For this under file menu
click on save as…. Option, the save as dialog box will appear.
Now in save as dialog, find your website folder and webpage named
as homepage.html in that folder. In this you can create and a
webpage to your website
Output
17. Insert a Table in Dreamweaver
❖ Bulleted lists might be familiar to you if you have worked with word
processing or desktop publishing applications. Lists are a helpful way
to present information to a reader without the formal constraints of
a paragraph. They are especially important on the Web. Studies
indicate that people typically skim web pages instead of reading
them from beginning to end. Creating lists will make it easier for
your visitors to get the most from your website without sifting
through several paragraphs of text.
1. On the events.html page, click and drag to highlight the four lines
below Spring Events.
2. Make sure you have the HTML button selected in the Property
Inspector at the bottom of your page, and click the Unordered List
button. The highlighted text becomes indented, and a bullet point is
placed at the beginning of each line.
3. Click the Ordered List button to the right of the Unordered List
button. The bullets change to sequential numbers.
4. Choose Format > List > Properties to open the List Properties dialog
box. Choose Bulleted List from the List type drop-down menu to
return to your first style of list. The Numbered List and Bulleted List
options in the List type drop-down menu also allow you to switch
between ordered and unordered lists.
5. From the Style drop-down menu, choose Square. This changes the
default circular bullets to square bullets. Click OK to exit the List
Properties dialog box.
Output
19. Adding a link in Dreamweaver
❖ As we said, a website is a collection of web pages, and
you may need to link these pages each other. For this,
you need to add links to your web pages, so, that you
can go from one page to another page.
❖ Step-1: In your web page, type some text such as "go
to page2"
❖ Step-2: Now, select the typed text, and in properties
panel, click on Browse for File button of Link attribute.
Step-3: Select the web page to which you want to link
page2.html and click Ok button. When you click on Ok
button, a link will be added to your selected text, that
you can see in properties panel.
❖ STEP-4: Save your work
❖ Adding link one page of your website to any
other page:
❖ Step-1: In your web page, type some text such as
"Google".
❖ Step-2: Now, select the typed text, and in properties
panel, type https.//www.google.com in link box and
press enter.
❖ Step-3: Save your work.
Output
❖ Adding link one page of your website to your E-
mail:
❖ Step-1: In your web page, type some text such as
"Send me an email".
❖ Step-2: Now, select the typed text, and in insert panel
click on Email Link Option
❖ Step-3 when you click on email link option the
following dialog box will appear. Write your email
address in email text box and click ok button, your email
address will be appear as a link the given text.
❖ Step-4 save your work