{"id":11153,"date":"2022-03-30T21:08:44","date_gmt":"2022-03-30T21:08:44","guid":{"rendered":"https:\/\/bryceautomation.com\/?p=11153"},"modified":"2022-03-30T21:08:48","modified_gmt":"2022-03-30T21:08:48","slug":"create-a-web-page","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/","title":{"rendered":"Create a Web Page"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">How to Create a Web Page<\/h2>\n\n\n\n<p>It&#8217;s easy to Create a Web Page.  Basically, the simplest web page is just an HTML document.  HTML stands for HyperText Markup Language.  You can build your very first web page using Notepad.  Really, you can use any standard text editor.   For projects, you might write code in an Arduino to generate a web page. This page might show values of different variables in memory.<\/p><div id=\"bryce-2537682344\" class=\"bryce-afterfirst bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"7728240895\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n\n\n\n<p>Generally, a the simplest web page will consist of two main parts:  A Head and a Body.   We use TAGS in HTML to identify how we want the web page to display.  In other words, we use human-readable codes.  In this section, we&#8217;ll create a very simple web page.  The most difficult part is simply getting started.  Once you have your first page built, then you can research other tags to customize your page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1:  Add your HTML tags<\/h3>\n\n\n\n<p>Most tags will have a starting tag, and an ending tag.  The ending tag is is just the name of the starting tag.  However, you put a slash before the tag name.  The first thing we&#8217;ll add to our document is the HTML tags.  Everything on the page will go between these tags.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"254\" height=\"165\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-167.png\" alt=\"\" class=\"wp-image-11155 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 254px; --smush-placeholder-aspect-ratio: 254\/165;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2:  Add the Head and Body<\/h3>\n\n\n\n<p>At this point, we are still creating the structure of the web page.  To make the page more easy to read, I&#8217;ll use tabs before the head and the body.    The head will contain information about the page.  The body will be your actual web page.  Let&#8217;s add our head and body tags.  These tags are not case sensitive.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"290\" height=\"252\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-168.png\" alt=\"\" class=\"wp-image-11156 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 290px; --smush-placeholder-aspect-ratio: 290\/252;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3:  Add a Title<\/h3>\n\n\n\n<p>At this point, we are ready to add a title.   The Title appears in the Title bar of the web browser.  This step is optional, but it does clarify the purpose of your page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"481\" height=\"181\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-169.png\" alt=\"\" class=\"wp-image-11158 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-169.png 481w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-169-300x113.png 300w\" data-sizes=\"(max-width: 481px) 100vw, 481px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 481px; --smush-placeholder-aspect-ratio: 481\/181;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4:  Add your Body Content<\/h3>\n\n\n\n<p>The body is what appears in your web page.  In other words, this is the content of your page.  There are many different tags that you can use in the body to enhance your page.  We&#8217;ll just start with something simple:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"491\" height=\"244\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170.png\" alt=\"\" class=\"wp-image-11159 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170.png 491w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170-300x149.png 300w\" data-sizes=\"(max-width: 491px) 100vw, 491px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 491px; --smush-placeholder-aspect-ratio: 491\/244;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5:  Save Your Page<\/h3>\n\n\n\n<p>Obviously, we need to save our work.  We might eventually want this page to run on a web server.  If so, we will save it as &#8220;index.html&#8221;.  Most all web servers will look for this as the first page within a directory.   At this point, we&#8217;ll save our file.  Then go to our web browser, and open the file.<\/p>\n\n\n\n<p>As you can see, I entered the path of the file into the address bar.    Additionally, the title we put in the Title tags show up at the top of your browser window (In the Title Bar).  Likewise, our body shows up as the content of the web page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"426\" height=\"174\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-171.png\" alt=\"\" class=\"wp-image-11160 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-171.png 426w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-171-300x123.png 300w\" data-sizes=\"(max-width: 426px) 100vw, 426px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 426px; --smush-placeholder-aspect-ratio: 426\/174;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Additional Tags<\/h3>\n\n\n\n<p>Other common tags are heading tags.  These indicate a different size of text that Identifies a section of your content.   &lt;h1&gt;&lt;\/h1&gt; would be the largest heading.  Down to &lt;h5&gt;&lt;\/h5&gt;, which would be the smallest heading.<\/p>\n\n\n\n<p>Furthermore, you can use tags such as &lt;b&gt;bold&lt;\/b&gt; &lt;i&gt;italics&lt;\/i&gt; &lt;u&gt;underline&lt;\/u&gt;.  Likewise, to insert an image you might use &lt;img src=&#8221;myimage.jpg&#8221;&gt; .  Obviously, I&#8217;m showing these tags in the simplest forms.  You can add other attributes to many of these tags, such as height and width.<\/p>\n\n\n\n<p>Lastly, and HTML Link would look like this:  &lt;a href=&#8221;mysecondpage.html&#8221;&gt;Click here to get to my second page&lt;\/a&gt;<\/p>\n\n\n\n<p>To further enhance your page, check out other tags that you have available at <a href=\"https:\/\/www.w3schools.com\/html\/default.asp\">this link<\/a>.  You can embed pictures, links to other pages, change the background, etc.    There is no limit when it comes to your imagination!<\/p>\n\n\n\n<p>Visit the <a href=\"https:\/\/bryceautomation.com\">Main Site <\/a>for more information on Industrial and Home Automation projects!<\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n\n\n\n<p> <\/p>\n<div id=\"bryce-3991005743\" class=\"bryce-after-content bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"4667596182\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>How to Create a Web Page It&#8217;s easy to Create a Web Page. Basically, the simplest web page is just an HTML document. HTML stands for HyperText Markup Language. You can build your very first web page using Notepad. Really, you can use any standard text editor. For projects, you might write code in an <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":11159,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[707,706],"class_list":{"0":"post-11153","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-information-technology","8":"tag-html","9":"tag-web-page","10":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create a Web Page - Bryce Automation<\/title>\n<meta name=\"description\" content=\"How to Create a Web Page with a simple text document. This will be the very simplest form of a web page using basic tags.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create a Web Page - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"How to Create a Web Page with a simple text document. This will be the very simplest form of a web page using basic tags.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/\" \/>\n<meta property=\"og:site_name\" content=\"Bryce Automation\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ricky.bryce.7\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-30T21:08:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-30T21:08:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170.png\" \/>\n\t<meta property=\"og:image:width\" content=\"491\" \/>\n\t<meta property=\"og:image:height\" content=\"244\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"Create a Web Page\",\"datePublished\":\"2022-03-30T21:08:44+00:00\",\"dateModified\":\"2022-03-30T21:08:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/\"},\"wordCount\":669,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-170.png\",\"keywords\":[\"html\",\"web page\"],\"articleSection\":[\"Information Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/\",\"name\":\"Create a Web Page - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-170.png\",\"datePublished\":\"2022-03-30T21:08:44+00:00\",\"dateModified\":\"2022-03-30T21:08:48+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"How to Create a Web Page with a simple text document. This will be the very simplest form of a web page using basic tags.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-170.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-170.png\",\"width\":491,\"height\":244,\"caption\":\"html page\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/30\\\/create-a-web-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create a Web Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/\",\"name\":\"Bryce Automation\",\"description\":\"Automating Home and Industry...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bryceautomation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\",\"name\":\"Ricky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"caption\":\"Ricky\"},\"sameAs\":[\"http:\\\/\\\/bryceautomation.com\",\"https:\\\/\\\/www.facebook.com\\\/ricky.bryce.7\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ricky-bryce-4367a416\\\/\"],\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/author\\\/ricky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create a Web Page - Bryce Automation","description":"How to Create a Web Page with a simple text document. This will be the very simplest form of a web page using basic tags.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/","og_locale":"en_US","og_type":"article","og_title":"Create a Web Page - Bryce Automation","og_description":"How to Create a Web Page with a simple text document. This will be the very simplest form of a web page using basic tags.","og_url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2022-03-30T21:08:44+00:00","article_modified_time":"2022-03-30T21:08:48+00:00","og_image":[{"width":491,"height":244,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170.png","type":"image\/png"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"Create a Web Page","datePublished":"2022-03-30T21:08:44+00:00","dateModified":"2022-03-30T21:08:48+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/"},"wordCount":669,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170.png","keywords":["html","web page"],"articleSection":["Information Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/","url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/","name":"Create a Web Page - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170.png","datePublished":"2022-03-30T21:08:44+00:00","dateModified":"2022-03-30T21:08:48+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"How to Create a Web Page with a simple text document. This will be the very simplest form of a web page using basic tags.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-170.png","width":491,"height":244,"caption":"html page"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/30\/create-a-web-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"Create a Web Page"}]},{"@type":"WebSite","@id":"https:\/\/bryceautomation.com\/#website","url":"https:\/\/bryceautomation.com\/","name":"Bryce Automation","description":"Automating Home and Industry...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bryceautomation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7","name":"Ricky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","url":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","caption":"Ricky"},"sameAs":["http:\/\/bryceautomation.com","https:\/\/www.facebook.com\/ricky.bryce.7","https:\/\/www.linkedin.com\/in\/ricky-bryce-4367a416\/"],"url":"https:\/\/bryceautomation.com\/index.php\/author\/ricky\/"}]}},"_links":{"self":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/11153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=11153"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/11153\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/11159"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=11153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=11153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=11153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}