Thursday, 14 November 2019

(SB2) ATTEMPT 1 (CODING)

Basically, I developed a few different versions of the website initial idea. 

1st version 
Today, I have looked at how to make a website in html format. I looked up different Youtube videos and followed their guides.



The following is what I have made for my website. I have challenged myself to add an audio into the website. This would enhance the users' experience while browsing the website. 
<!DOCTYPE html>

<html>
<head>
<title>Stand with Hong Kong</title>


    
    <style>
        head {color: white}
        
        body {background-image: url(picture/background.png);
              font-family:sans-serif ;
              color: white}
        img {width: 512px;
             height: 341px;
            margin-left: 600px}

        table, th, td {
                        margin-top: -110px;
                        border: 1px solid yellow;
                        border-collapse: collapse;
                        }
                th, td {
                        padding: 10px;
                        text-align: center;
                        color: yellow;
                        }
        h1{ text-align: center;
            margin-top: -70px;
            font-size: 150px;
            }
I used around an hour to figure out how it works. I feel like I am getting more familiar with the coding process and this will definitely help me on my future assignments. 


No comments:

Post a Comment